home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / GraceLAN 2.0 / INSTALL.TXT < prev    next >
Text File  |  1990-04-12  |  7KB  |  144 lines

  1.  
  2.  
  3.                       GRACELAN PC RESPONDER INSTALLATION
  4.  
  5.                                 
  6.  
  7.  
  8. I.   DESCRIPTION
  9.  
  10.      The GraceLAN PC Responder is a DOS program for PC's and PC
  11.      compatibles running on an AppleTalk network.  The program gathers
  12.      information about your machine's hardware and software and returns
  13.      that information to the GraceLAN program running on an Apple
  14.      Macintosh on the network.  With this information, the network manager
  15.      can use GraceLAN to instantly determine the capacity and setup of all
  16.      PC's on the network, as well as all the Macs.
  17.  
  18.      The GraceLAN PC Responder is a memory resident program (also known as
  19.      a TSR, for Terminate-and-Stay-Resident).  When you start the
  20.      Responder, it first gathers and saves all the information it will
  21.      return to the GraceLAN program, then terminates using DOS's memory
  22.      resident feature.  From this point on the Responder stays in memory,
  23.      quietly working in the background, responding to requests for its
  24.      information from the GraceLAN program.  The Responder uses very little
  25.      memory and in no way interferes with any currently running program.
  26.  
  27.  
  28.      UPDATES (as of 2-25-91)
  29.  
  30.      * Corrected a bug in reporting the DOS version number.
  31.      * Corrected a bug when reporting the video adapter other than
  32.        VGA.
  33.  
  34.  
  35. II.  REQUIREMENTS
  36.  
  37.      * MS-DOS or PC-DOS 3.1 or higher.
  38.      * An AppleTalk-compatible Network Adapter.
  39.      * AppleShare PC 2.0 Software from Apple.
  40.      * Uses only 2K of RAM.
  41.  
  42.  
  43. III. INSTALLATION
  44.  
  45.      First, copy the Responder program, GLRESP.COM, to the directory on
  46.      your hard disk that contains the AppleShare PC programs.  For
  47.      example:
  48.      
  49.           COPY A:GLRESP.COM C:\ASPC
  50.  
  51.      To run the program, simply type GLRESP followed by your name.  For
  52.      example:
  53.  
  54.           GLRESP John Doe
  55.  
  56.      The name will appear as your user name on the GraceLAN program, so be
  57.      sure to use a name that will fully identify you to the network
  58.      administrator.  Note that you can use spaces in the name.
  59.  
  60.      To make sure the Responder program is loaded every time you boot your
  61.      PC, it's best to add it to your AUTOEXEC.BAT file.  Please note that
  62.      the AppleShare PC programs must be loaded before GLRESP.COM is run. 
  63.  
  64.      Listed below are several examples of what you should add to your
  65.      AUTOEXEC.BAT file to run AppleShare PC and the Responder in various
  66.      configurations.  The examples assume you are using Apple's LocalTalk
  67.      Network Adapter.  Note: the words after the '#' symbol are just
  68.      descriptions and should not be entered into the batch file.
  69.  
  70.  
  71.      A.  Minimal Configuration for Running the GraceLAN Responder
  72.  
  73.      Add these lines if all you want to do is run the GraceLAN Responder
  74.      program, without using any other AppleTalk services (uses about 46K
  75.      of RAM total):
  76.  
  77.      CD\ASPC                   # Switch to the AppleShare PC directory
  78.      LSL                       # The "Link Support Layer" program
  79.      LTALK /NAME=LTALK$        # The LocalTalk device driver
  80.      ATALK                     # The AppleTalk Protocol Stacks driver
  81.      COMPAT                    # "Compatibility" module with AppleTalk 1.2
  82.      GLRESP Jim Buck           # The GraceLAN PC Responder program
  83.      CD\                       # Switch back to the root directory
  84.  
  85.  
  86.      B.  Configuration for Full AppleShare PC Services
  87.  
  88.      Add these lines if you want to use both printer and file sharing
  89.      services of AppleShare PC, along with the GraceLAN responder (uses
  90.      about 139K of RAM total):
  91.  
  92.      CD\ASPC                   # Switch to the AppleShare PC directory
  93.      LSL                       # The "Link Support Layer" program
  94.      LTALK /NAME=LTALK$        # The LocalTalk device driver
  95.      ATALK                     # The AppleTalk Protocol Stacks driver
  96.      ASP_WS                    # The AppleTalk Session Protocol driver
  97.      ASHARE                    # Provides AppleShare filing services
  98.      MINSES                    # Translates REDIR's DOS calls for network
  99.      REDIR                     # DOS compatilbe network redirector
  100.      PAP_WS                    # The Printer Access Protocol driver
  101.      APRINT                    # Provides AppleShare printing services
  102.      ANET AUTO                 # Auto-connect to shared printers and files
  103.      COMPAT                    # "Compatibility" module with AppleTalk 1.2
  104.      GLRESP Jim Buck           # The GraceLAN PC Responder program
  105.      CD\                       # Switch back to the root directory
  106.  
  107.  
  108.      C.  Configuration for AppleShare PC Printer Services Only
  109.  
  110.      Add these lines if you only want to use the printer services of
  111.      AppleShare PC, along with the GraceLAN responder (uses about 76K of
  112.      RAM total):
  113.  
  114.      CD\ASPC                   # Switch to the AppleShare PC directory
  115.      LSL                       # The "Link Support Layer" program
  116.      LTALK /NAME=LTALK$        # The LocalTalk device driver
  117.      ATALK                     # The AppleTalk Protocol Stacks driver
  118.      PAP_WS                    # The Printer Access Protocol driver
  119.      APRINT                    # Provides AppleShare printing services
  120.      ANET AUTO                 # Auto-connect to shared printers
  121.      COMPAT                    # "Compatibility" module with AppleTalk 1.2
  122.      GLRESP Jim Buck           # The GraceLAN PC Responder program
  123.      CD\                       # Switch back to the root directory
  124.  
  125.  
  126.      D.  Configuration for AppleShare PC Filing Services Only
  127.  
  128.      Add these lines if you only want to use the filing services of
  129.      AppleShare PC, along with the GraceLAN responder (uses about 113K of
  130.      RAM total):
  131.  
  132.      CD\ASPC                   # Switch to the AppleShare PC directory
  133.      LSL                       # The "Link Support Layer" program
  134.      LTALK /NAME=LTALK$        # The LocalTalk device driver
  135.      ATALK                     # The AppleTalk Protocol Stacks driver
  136.      ASP_WS                    # The AppleTalk Session Protocol driver
  137.      ASHARE                    # Provides AppleShare filing services
  138.      MINSES                    # Translates REDIR's DOS calls for network
  139.      REDIR                     # DOS compatilbe network redirector
  140.      ANET AUTO                 # Auto-connect to shared files
  141.      COMPAT                    # "Compatibility" module with AppleTalk 1.2
  142.      GLRESP Jim Buck           # The GraceLAN PC Responder program
  143.      CD\                       # Switch back to the root directory
  144.